From: Aryeh Gregor Date: Wed, 13 Feb 2008 23:59:03 +0000 (+0000) Subject: * Remove commented-out debugging line X-Git-Tag: 1.31.0-rc.0~49483 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=089c2427db5e0875b6622d36f8d0157850ee9cee;p=lhc%2Fweb%2Fwiklou.git * Remove commented-out debugging line * Spacing * Use lowercase element names, for consistency and standards compliance (element names are case-sensitive in XHTML) Add mention of the bug number! Otherwise this is completely mysterious. --- diff --git a/skins/monobook/IE60Fixes.css b/skins/monobook/IE60Fixes.css index 5caa251b42..bf78413d8b 100644 --- a/skins/monobook/IE60Fixes.css +++ b/skins/monobook/IE60Fixes.css @@ -80,8 +80,8 @@ div.tright, div.tleft { position: relative; } -/*{ border:1px solid Red !important;}*/ -BODY.rtl #preftoc a, BODY.rtl #preftoc a:active { - float:left; -} \ No newline at end of file +/* bug 12846 */ +body.rtl #preftoc a, body.rtl #preftoc a:active { + float: left; +}